home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
util
/
misc
/
uninstl.lha
/
Deleter
< prev
next >
Wrap
Text File
|
1992-09-02
|
440b
|
18 lines
Echo "Choose the log file for the disinstallation"
Wait 2
Requestfile >Ram:Env/Erase
Alias NEW: "DELETE >NIL: ALL FORCE"
Execute $Erase
Echo ""
Echo "Choose the directory in which the *"old*" files S:Startup-sequence and"
Echo "S:User-startup are contained."
Wait 2
Requestfile DRAWERSONLY >Ram:Env/Erase
Cd `getenv Erase`
Copy Startup-sequence S:
If Exists User-startup
Copy User-startup S:
EndIf
Delete >NIL: RAM:Env/Erase
Echo "OK!!!"